hikey: fix build issue for clang
authorHaojian Zhuang <[email protected]>
Mon, 10 Sep 2018 03:28:25 +0000 (11:28 +0800)
committerHaojian Zhuang <[email protected]>
Wed, 26 Sep 2018 08:10:24 +0000 (16:10 +0800)
plat/hisilicon/hikey/include/plat_macros.S:19:55: error: unexpected token in '.asciz' directive
 .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n" " Offset:\t\t\tvalue\n"
                                                      ^
Makefile:720: recipe for target 'build/hikey/debug/bl1/cortex_a53.o' failed
make: *** [build/hikey/debug/bl1/cortex_a53.o] Error 1

Merge two lines into one line.

Signed-off-by: Haojian Zhuang <[email protected]>
plat/hisilicon/hikey/include/plat_macros.S

index 1ad217a179f76a0004dd19df48dc591d0381f430..203d5260f3ca453e72591caa3cec5f3530cc3e42 100644 (file)
@@ -16,8 +16,7 @@
 gicc_regs:
        .asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", ""
 gicd_pend_reg:
-       .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n"    \
-               " Offset:\t\t\tvalue\n"
+       .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n Offset:\t\t\tvalue\n"
 newline:
        .asciz "\n"
 spacer: